-- card: 38545 from stack: in.0 -- bmap block id: 55539 -- flags: 0000 -- background id: 36773 -- name: resizing WINDOWS ----- HyperTalk script ----- on idle if the commandKey is down and the shiftKey is down then hide btn "mask" else show btn "mask" end if end idle -- part 1 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=123 top=269 right=287 bottom=339 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: -- part 3 (button) -- low flags: 00 -- high flags: 0001 -- rect: left=403 top=298 right=317 bottom=423 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: mask -- part contents for background part 5 ----- text ----- HyperCard’s windows are resizable: they can display an area as large as the current card, or as small as the smallest card size (64-by-64 pixels). You cannot make windows that are larger than the current card. HyperCard’s windows don’t normally display their size boxes; command-shift-E makes the size box appear. Window size can also be set by scripts: -- part contents for background part 6 ----- text ----- RESIZING WINDOWS -- part contents for card part 1 ----- text ----- set rect of cd window "Help" to "0,0,64,64"